SNK RB-2N gantry mill with Centroid M400 Control

Overview

The machine is a three-axis vertical gantry. Axis movement is as follows:

XTable left/right below crossrail
YCarriage movement across crossrail
ZQuill up/down from head

Startup

  1. Turn on the rotary disconnect switch on the power cabinet
  2. Turn on the wireless MPG handwheel by pressing its silver power button
  3. Wait for console to boot and display "Home not set"
  4. Release Emergency Stop to start the hydraulic pump
    and spindle gear lubrication pump.
  5. Press CYCLE START to find and set machine home

The Machine Home position is with the table fully to the left; carriage away from the operator station (towards the tool changer); and quill all the way up.

Idle Periods

  1. Press Emergency Stop to shut off the hydraulic and lubrication pumps and remove power from the servo and spindle motors.
  2. To resume normal operation, release Emergency Stop to restart the pumps.

Shut Down

  1. Press F10/Shutdown
  2. Optionally, press F1/Park to move the axes back near the machine home position. This will save time on the next startup and homing sequence.
  3. Press Emergency Stop
  4. Press F2/PowerOff
  5. Wait for CNC console display to go fully blank (about 15 seconds).
  6. Turn off the wireless MPG handwheel by pressing its silver power button
  7. Turn off the rotary disconnect switch on the power cabinet

The control starts up in Incremental jog mode. In order to jog the axes in continuous movement, you need to press the INCR/CONT key to switch from incremental to continuous jog mode.

;;;;;;;;;;;;;;;;;;

Tool Setup

Tool descriptions and locations are stored in the Tool Library.

To get to the Tool Library, press F1/Setup → F2/Tool → F2/Tool Lib.

The Centroid tool library has space in its list for up to 200 tools. The RB-2N has 24 positions, or "bins", in the tool carousel.

You can use the Bin column in the Tool Library to specify which carousel bin a given tool is stored in.

If you are just starting out, you will find it easiest to use only the first 24 tool numbers, so that your bin positions can match your tool numbers. When you become more comfortable with the Tool Library and the ATC, then you can expand your tool list and use all 200 tool numbers if you wish.

Use the F1/Clear Bin key on the Tool Library screen to clear the bin number for the selected tool, indicating that that tool is not in the carousel. If a tool is not in the machine, its Bin number will be shown as "-1". If a tool is currently in the spindle, its Bin number will be shown as "000".

You cannot change or clear the bin of the tool currently in the spindle, except through the F6/ATC Init function on the Configuration screen.

Changing Tools

From the Carousel

When you run a CNC program cycle, the program will generally call out the tools it needs, when it needs them, and the control system will change tools automatically.

During setup and manual operations, you may need to have the machine change tools (put the current tool away in the carousel, and get out a different one) outside of any CNC program.

You can do that in one of two ways:

From outside the Machine

At any time when no program cycle is running, you can remove or install a tool in the spindle by hand, using the tool Clamp/Unclamp button on the machine head to unclamp the drawbar.

To remove a tool:

  1. Verify that the spindle is off, and fully stopped
  2. Grasp the tool holder in the spindle
  3. Turn the tool-release button frame CW to the Unclamp position
  4. Press and release the button
  5. Remove the tool from the spindle

To load a tool:

  1. Verify that the spindle is off, and fully stopped
  2. Grasp the tool holder, taking care to keep your hand clear of the top of the flange (a pinch point!)
  3. Insert the tool into the spindle
  4. Turn the tool-release button frame CCW to the Clamp position
  5. Press and release the button
  6. Verify that the tool is fully seated

When you load and unload tools by hand as described above, the control system and PLC do not register any change. If the control previously expected that Tool 7 was in the spindle, and planned to put it away in carousel bin 7 upon the next tool change, then that is still what it will expect, and what it will do.

Loading the Carousel

The simplest way to load the desired tools into the carousel is through the spindle, using the F7/ATC key on the Setup menu, and the tool clamp/unclamp button on the head.

For example, suppose your next job requires tools #1, #2 and #7, and you have those tools on the tool cart in front of the machine.

  1. Press F1/Setup to display the Setup screen.
  2. Press F7/ATC.
  3. Enter the first tool number you wish to load (e.g. 1) in the entry box.
  4. Press Cycle Start. The control will go through the motions of loading tool #1 from the carousel, and will show "Tool: T1" in the status window.
  5. If a previous tool #1 is now in the spindle, remove it and set it aside.
  6. Insert the new tool #1 into the spindle.
  7. Press F7/ATC again.
  8. Enter the number of the next tool you wish to load (e.g. 2)
  9. Press Cycle Start. The control will put the previous tool (tool #1) away in the carousel, and will go through the motions of loading tool #2.
  10. If a previous tool #2 is now in the spindle, remove it and set it aside.
  11. Insert the new tool #2 into the spindle.
  12. Press F7/ATC again.
  13. Enter the number of the third tool (e.g. 7)
  14. Press Cycle Start. The control will put the previous tool (tool #2) away in the carousel, and will go through the motions of loading tool #7.
  15. If a previous tool #7 is now in the spindle, remove it and set it aside.
  16. Insert the new tool #7 into the spindle.
  17. Press ESC to return to the Main Screen.
There is no need to do a further tool change to put away the last tool (#7 in the example above). The control will put it away whenever a different tool is called for.

CNC Programming

Generally, no special codes are required in your CNC programs in order to use the automatic tool changer. The same M6 code works for both manual and automatic tool changing.

To change to a new tool, program T__ M6. The control will look up the location (bin number) for the requested tool, and the PLC system will put away the previous tool and pick up the new tool from its assigned bin.

Optionally, you can program M17 at the end of the last cut with each tool, as soon as the cutter is clear of the material, prior to moving Z to home and changing tools. M17 will turn off the spindle and coolant, and begin the spindle orientation sequence. This allows the spindle to orient while Z is moving to home, saving a few seconds in the tool change.

Recovering from Errors

If an error occurs which causes the automatic tool change sequence to be interrupted, you will need to take a few steps to ensure that the control is ready to run again, before you can restart the job.

First, you will need to return the tool changer components to their idle, "ready" positions:

If the carousel is not centered on a tool position, then use the Magazine Panel controls to move it into an aligned position, where it will lock in place.

The next time you begin an automatic program cycle after a tool-change failure — running a program, homing after powerup, or using the F3/MDI prompt — the control will display a message noting that the last tool change failed, and prompting you to confirm the state of the tool changer.

The control will assume that no tool exchange has happened. Therefore, if the error which interrupted the tool change happened before the preceding tool was put away, you can generally just acknowledge the prompt by pressing the 'Y' key.

If the preceding tool did get put away, then you will need to use the F2/ATC Reset option in the Tool Library to tell the control which tool is now in the spindle, and which carousel bin that tool should be put away in.

ATC Reset

If the tool number or put-back position reported in the "Possible ATC Fault" message box is not correct, then you should press ESC or Cycle Cancel; go to the Tool Library screen (F1/Setup → F2/Tool → F2/Tool Library); and press F2/ATC Reset.


The control will first prompt you to verify the position of the tool carousel. Enter the actual carousel position (bin number) that is aligned with the changer arm.


The control will then prompt you to verify which tool is in the spindle. Enter the tool number which is in the spindle.


Third, the control will prompt you for the carousel location in which to put away the tool that is in the spindle. Enter the desired putback location. This is usually the same as the tool number, but it can be any empty carousel location.


Finally, the control will ask you to confirm that you want to reset the tool changer, reminding you again that the chosen putback location must be empty. To proceed, press 'Y'.

The control will update itself with the information you have entered. You should then be able to start and run the next program cycle without any complications.

Troubleshooting Failures

If a tool change fails for any reason, the PLC will store the state of numerous inputs and flags in word variable W8. Use the Alt-I PLC Diagnostic display to view the value in W8.

A separate program, named AWDecode.exe, is available to interpret and display the content of W8. You can launch AWDecode.exe from the Windows start menu. Enter the value from variable W8 in the box at the top of the AWDecode window. AWDecode will then show the state of the various input and flag bits which the PLC program has stored.

This information, combined with the actual error message which was displayed in the control's status window when the failure occurred, will often show exactly what went wrong.
;;;;;;;;;;;;;;;;;;

Work Lights

The work lights will come on automatically when the machine is powered up.

You can turn the lights off and on by pressing the work light (Aux2) key on the jog panel.

Spindle Rotation Controls

You can control spindle rotation speed and direction manually with jog panel keys, or automatically with program codes.

The spindle must be in Auto mode in order to use programmed M and S codes. The spindle must be in Manual mode in order to use the jog panel keys.

Switch between Auto and Manual control modes.

In Manual mode, you can control operation and direction with these keys:

Select spindle forward (CW)
Select spindle reverse (CCW)
Start spindle running
Stop spindle

In Auto mode, you can control operation and direction with these codes:

M3 Start spindle forward (CW tool)
M4 Start spindle reverse (CCW tool)
M5 Stop spindle
Snnn Set speed to nnn RPM

In either mode, you can further control speed with these keys:

Increase speed
Set speed to 100% of programmed speed (Auto mode) or to half of maximum speed (Manual mode)
Decrease speed

Gear Shifters

The machine has a hydraulically shifted 2-speed transmission in the head.

Gear shifting may be done with Jog Panel keys or with M functions, either in a CNC program or at the MDI prompt:

M42

High range(60-3000 RPM)
M41 Low range(15-750 RPM)
M49 Shift to best range for programmed RPM

In automatic operation, the M3 and M4 codes call M49 at every spindle start, automatically shifting ranges as needed.

You only need to enter M41 and M42 for manual operations.

M41 and M42 require that spindle control be in Auto mode. For use in Manual mode, switch to Auto; run the gear shift M function; and switch back to Manual.

In manual operations, it is possible to run slower than the minimum for each range listed above. For example, the minimum possible speed in high range is about 60 RPM. Thus extra shifting can be avoided, as long as full torque is not required.

Axis Clamps

There are axis holding clamps on the Y and Z axes. You can apply and release the clamps with the following M functions:

M34

Clamp head (Y axis)

M35

Unclamp head (Y axis)

M46

Clamp quill (Z axis)

M47

Unclamp quill (Z axis)

When you apply an axis clamp with M34 or M46, the corresponding servo motor is disabled (powered off).

When you release an axis clamp with M35 or M47, the corresponding servo motor is reenabled (powered on)

If an axis is clamped in a program cycle, and not subsequently unclamped, then it will remain clamped even after the program cycle ends.

You can use the F3/MDI prompt to unclamp an axis that was left clamped after the end of a program cycle.

To use the clamps with an axis that must move during the CNC program cycle, you will need to write the appropriate codes into your CNC programs. For example, if you want to move the Z axis to depth for milling, and then want to use the clamp to hold it there, your program sequence would be something like this:

; various program startup codes
G1 Z-0.5 ; move Z axis to first depth
M46      ; clamp Z axis and remove servo power
; various codes to perform the desired machining
M47      ; unclamp Z axis and restore servo power
G1 Z-1.0 ; move Z axis to next depth
M46      ; clamp Z axis and remove servo power
; various codes to perform desired machining at second depth
M47      ; unclamp Z axis and restore servo power
;...

If you are writing your program with the Intercon conversational programming feature on the control, you can use Insert → Other → M&G Code to insert the axis clamp and unclamp M codes.

As of June 2021, the Y axis clamp solenoid (SOL5) is inoperative, so clamping of the Y axis is not possible.

Axis Way Lube System

The control will automatically operate the way lube pump periodically, when running automatic program cycles. The way lube system will not operate when the machine is idle, even if the hydraulic pump is running.

Machine Parameter 179 controls the interval between way lube cycles, and the operating time for a cycle. The hundreds place of the Parameter 179 value is the lube cycle interval in minutes. The tens and ones place is the run time in seconds. For example, a value of 2015 means to run the lube pumps for 15 seconds, every 20 minutes of program cycle time.

If the oil level in the way lube tank runs low, a Fault condition will result.

Jog Panel Summary

In normal operation, the Auxiliary keys on the jog panel have the following functions:

Shift to high gear range Work Light Off/On Jog Crossrail Up
No function No function Select Fine (slow) or Coarse (fast) crossrail jogging
Shift to low gear range No function Jog Crossrail Down
No function No function Maintenance Mode On/Off

MPG Handwheel Pendant

In addition to the console jog panel, the machine is equipped with a Centroid WMPG-4 wireless MPG handwheel pendant. The handwheel pendant can be used for axis jogging and for cycle start, feed hold, table and crossrail control.

To use the MPG pendant, first press its silver power button. The display on the pendant should show a copy of the DRO axis position display.

To move an axis using the handwheel:

  1. Turn the axis-select knob to the axis you want to move
  2. Turn the increment-select knob to 1X, 10X or 100X.
  3. Turn the handwheel to move the axis
  4. When you are done using the MPG handwheel for a while, turn the axis-select knob back to the OFF position.

The handwheel can also be used as a spindle speed override control, or as a feedrate override control.

To adjust spindle speed, turn the increment-select knob to SPIN, then turn the wheel CW to increase spindle speed, or CCW to decrease spindle speed.

To adjust feedrate, turn the increment-select knob to FEED, then turn the wheel CW to increase the feedrate override, or CCW to decrease the feedrate override.

NOTE: if you use the WMPG-4 handwheel to change the feedrate override setting, this takes precedence over the position of the knob on the console jog panel. However, as soon as you turn the knob on the console jog panel again, then its setting will take over. This could cause an abrupt change in axis speed, especially if you had used the WPMG-4 wheel to turn the feedrate override down.

In addition to the MPG handwheel, the WMPG-4 pendant has Cycle Start, Feed Hold, and Tool Check keys. These keys function the same as the equivalent keys on the main jog panel.

There are two axis jog keys: "JOG -" and "JOG +". These keys will jog whichever axis is selected with the axis-select switch, in the jog mode (FAST/SLOW) that is selected on the main jog pendant.

There are four customizable Macro keys. As of June 2021, none of the macro keys are assigned specific functions.

The WMPG-4 pendant relies on a USB-connected wireless transceiver. This transceiver antenna sits on top of the console, and should be plugged into one of the console USB ports.

The WMPG-4 pendant requires two AA batteries. The battery compartment is on the back, underneath the protective rubber cover.

ATC Control Pendant

The machine is equipped with a handheld pendant for manual control of the tool changer components. This is primarily used for recovery from errors that might occur during a tool change.

The ATC pendant includes the following indicators and controls:

Auto LampIndicates when ATC is under automatic control (the normal condition)
Auto/Man SelectorSwitches between automatic (CNC program) control and manual (pendant) control
Arm Rotation SelectorRotates the arm CW and CCW to swap tool positions
Arm Up/Down SelectorMoves the arm up and down, to insert or remove tools from the spindle or magazine
Arm Left/Right SelectorMoves the arm carrier left and right, between the magazine, park, and spindle positions
Mag Tool Unclamp ButtonUnclamps the magazine tool in the position facing the arm

To Use the ATC Control Pendant , first turn the Auto/Man selector to the Man position. The green Auto lamp will go out, indicating manual control.

The three arm-movement selectors on the pendant only require momentary action. Turn the selector in the desired direction and release it back to center, and the arm will complete the requested movement.

The Mag Tool Unclamp button must be held down to keep the tool unclamped. When you release the button, the tool will be clamped in the magazine pot.

When you are done using the pendant, return the Auto/Man selector to the Auto position. The green Auto lamp will turn on, indicating automatic (CNC) control.

Maintenance Mode

The PLC program includes a "Maintenance Mode", which allows you to manipulate some tool changer components directly, using jog panel keys on the CNC console. This is primarily used in testing and troubleshooting.

To switch Maintenance Mode on or off, press and hold the Aux12 key for one second. The LED in the Aux12 key will light up to indicate that Maintenance Mode is active.

You must cancel Maintenance Mode before you can again run normal program cycles.

In Maintenance Mode, the jog panel Aux keys have the following special functions:

Move ATC Arm Up Orient spindle / cancel orient Unclamp/clamp tool (maintained)
Move ATC Arm Down Rotate ATC Arm CCW Rotate ATC Arm CW
Move ATC Arm Left Move ATC Arm Right No function
No function No function Maintenance Mode On/Off

M Function Summary

M0Stop (wait for Cycle Start)
M1Optional Stop (wait for Cycle Start)
M2Program Restart (with wait for Cycle Start)
M3Spindle CW / Forward
M4Spindle CCW / Reverse
M5Spindle Stop
M6Tool Change
M7Mist Coolant On (optional system)
M8Flood Coolant On
M9Coolant Off
M18Reset ATC (set Tool #1 to be in spindle)
M19Orient Spindle
M34Clamp Y Axis
M35Unclamp Y Axis
M40Shift Spindle to Neutral
M41Shift Spindle to Low Range
M42Shift Spindle to High Range
M49Shift Spindle to Best Range for Programmed RPM
M46Clamp Z Axis
M47Unclamp Z Axis

M functions M91 and above are used internally in custom macro programs, but are generally not used directly in user machining programs.

See Chapter 13 of the Centroid M-Series Operator's Manual for descriptions of the higher-numbered M functions.

Machine Parameters Summary

The following parameters on the Centroid Machine Parameters table are used for features specific to this machine.

ParameterMeaningValueNotes
P6ATC installed1Enables automatic tool changer
P34Spindle encoder counts6997Motor encoder counts (4096) multiplied by motor-to-spindle ratio in high gear
P57Load meter display39Show meters for axes 1-3 plus spindle
P160ATC type1Tools are returned to the carousel bins they came out of
P161ATC positions24Number of positions in tool carousel
P175Spindle fan off-delay time2Time in minutes to continue running spindle motor fan after spindle stops
P179Way lube cycle timing2015Minutes of machine operation between cycles, and seconds to run pumps in each cycle
P720ATC sequence time limit20000Maximum time to wait for Y and Z axes to move into tool-change position (ms)
P721ATC sequence time limit26000Maximum time to wait for carousel to rotate to position (ms)
P722ATC sequence time limit5000Maximum time to wait for spindle orientation to complete (ms)
P723ATC sequence time limit4000Maximum time to wait for arm carrier to move left, from center to carousel (ms)
P724ATC sequence time limit2000Maximum time to wait for tool to be unclamped from carousel (ms)
P725ATC sequence time limit4000Maximum time to wait for arm to move down (ms)
P726ATC sequence time limit5000Maximum time to wait for arm to move right, from carousel to center (ms)
P727ATC sequence time limit4000Maximum time to wait for arm to move up (ms)
P728ATC sequence time limit6000Maximum time to wait for arm to move right, from center to spindle (ms)
P729ATC sequence time limit3000Maximum time to wait for tool to be unclamped from spindle (ms)
P730ATC sequence time limit4000Maximum time to wait for arm to rotate 180° (ms)
P731ATC sequence time limit3000Maximum time to wait for tool to be clamped in spindle (ms)
P732ATC sequence time limit5000Maximum time to wait for arm to move left, from spindle to center (ms)
P733ATC sequence time limit2000Maximum time to wait for tool to be clamped in carousel (ms)
P734ATC sequence time limit4000Maximum time to wait for CNC macro to acknowledge completion (ms)
P744Y axis movement tolerance while clamped2000Servo motor encoder counts of movement to allow while M34 clamp is applied, before triggering 8432 error
P745Z axis movement tolerance while clamped2000Servo motor encoder counts of movement to allow while M46 clamp is applied, before triggering 8433 error
P750Hydraulic startup time5000Time in milliseconds to allow hydraulic pump to start up and develop pressure
P751Hydraulic pressure-drop tolerance2000Time in milliseconds to allow hydraulic pressure to drop, once running, before triggering 9048 fault
P761Spindle RPM for gear shift assist30RPM to bump motor while helping gears to mesh
P770Tool carousel continuation time200Time in milliseconds to continue past target position, to clear the ratchet pawl, before reversing to lock
P900Installed PLC expansion boards15Indicates that four PLCEXP1616 boards are connected
P901Installed options1Enables off-delay time for spindle motor cooling fan (see P175)
P990Spindle load meter scale (Volts)10.0Analog volts from A1000 spindle drive, for full-scale motor load
P991 - P993Servo load meters scale (Volts)-2.5Analog volts from Yaskawa servo drives, for full-scale motor load

For all other Machine Parameter functions, see Chapter 14 of the Centroid M-Series Operator's Manual.

Troubleshooting

Fault, Error and Warning Messages

Any time the control cannot complete its tasks normally, it will display a message in the scrolling message box, in the upper right corner of the screen, explaining what went wrong. You can use the mouse to scroll up (back) in the message box to view the most recent 10 or so messages.

You can view older messages in the error message log, accessible from the F7/Utility menu:

  1. Press F7 for Utility
  2. Press F9 for Logs
  3. Press F1 for Errors
  4. Use PgUp and PgDn as needed to scroll through the pages of messages
  5. Press ESC three time to return to the control's main screen
Note that, in the log display, messages are shown in reverse order (newest at the top).

Most common messages are described in Chapter 15 of the Centroid M-Series Operator's Manual.

The machine-specific PLC program can generate many of its own fault, error and warning messages, in addition to those listed in the Centroid operator's manual. The machine-specific messages are listed later in this section.

PLC Diagnostic Display

You can use the PLC Diagnostic display on the console to view some of the Centroid PLC input and memory locations mentioned with these fault and error conditions. At the control's main screen, press Alt-I to activate the PLC Diagnostic display. Press Alt-I again to dismiss it.

Each page of the Diagnostic display shows four rows of red and green dots: the first row shows PLC inputs 1 through 80; the second row PLC outputs 1 through 80; the third row PLC memory bits 1 through 80; and the fourth row PLC program stages 1 through 80.

You can use the arrow keys to move a highlight box over any of these locations. The name of the highlighted location will be displayed in the center of the screen below the red and green dots.

For example, in the illustration above the highlight box is on Output #42: The dot below the 2, to the right of the superscript 4, on the second line.

Below the four rows of bit status information are ten numeric ("word") variable values, labeled W1 through W10. Some of these variables also hold useful status information, described with the error and fault conditions to follow.

There are multiple pages of Diagnostic data. With the Alt-I diagnostic display showing, you can use the F12 and F11 keys to scroll right and left. For example, pressing F12 once will shift to the page showing inputs and outputs 81 through 160, and word variables W11 through W20.

Clearing Faults

Messages with 9000-series message numbers are Faults. After resolving the problem, you must press and release the Emergency Stop button to clear a Fault.

Messages with 8000-series message numbers are Errors. Errors will cancel the program cycle and stop the spindle and coolant, but they do not then need to be explicitly reset.

Messages with 5000-series and 2000-series message numbers are Warnings and Informational Messages. They do not cancel the cycle or require any action to reset.

Opening the Control Cabinet Doors

In some cases, it will be necessary to open the control cabinet doors while power is on. For example, servo drive and spindle drive fault conditions can be more readily identified using the codes displayed on, or stored in, the drive units themselves.

WARNING: Use appropriate caution when working in the control cabinets while power is on. Lethal voltages, up to 240VAC and 360VDC, are present on many components.

Message Descriptions

"9001 !!! PLC EXECUTION FAULT !!!"

The control detected an internal error in processing the PLC logic program.

Report this error to your dealer, along with the values from W14 and W15. Also report what function the machine was performing when the fault occurred.

You must shut down and cycle the power to clear this fault.

References:

PLC W14: Copy of internal SV_PLC_FAULT_STATUS, indicating the type of problem
PLC W15: Copy of internal SV_PLC_FAULT_ADDRESS, indicating the location of the problem

"9025 Axis1 Drive Fault Detected"
"9026 Axis2 Drive Fault Detected"
"9027 Axis3 Drive Fault Detected"

One of the servo amplifiers is reporting a fault condition.

If possible, check the LED display on the amplifier itself, in the right-hand cabinet, to see the specific fault code.

See the Yaskawa Sigma 7 series user manual for detailed fault information.

Press and release Emergency Stop to clear the fault.

References:

PLC MEM16: Axis #1 drive status.  Green = okay, Red = fault
PLC MEM17: Axis #2 drive status.  Green = okay, Red = fault
PLC MEM18: Axis #3 drive status.  Green = okay, Red = fault
Schematic: Lines 10, 15, 20

"9030 SPINDLE FAULT!"

The A1000 spindle drive (VFD) is reporting a fault condition.

This may result from over-voltage while decelerating, from overload during spindle reversal (e.g. in a tapping cycle), or from any number of other conditions.

If the cause is not immediately evident, then check the LCD display on the spindle drive itself, in the left-hand cabinet.

You can review past drive fault conditions using the A1000 drive's monitor menu. The ten most recent fault codes are in monitor parameters U3-01 through U3-10. See section 5.11 and appendix B of the A1000 drive manual.

References:

PLC INP10: Spindle drive fault signal:  Green = 1 = Okay, Red = 0 = Fault
Schematic: Lines 7, 125

"9031 Jog Panel Communication In Fault"

The control unit detected loss of communication from the operator panel in the console.

Check for damage or disturbance to the cables between the console and the RedOak control unit in the control cabinet.

Press and release Emergency Stop to clear the fault.

References:

Schematic: Lines 90, 102

"9032 Jog Panel Communication Out Fault"

The operator panel reported back to the control unit a loss of communication from the control unit. This indicates the return signal from the operator panel is functioning normally, but the outgoing signal may have problems.

Check for damage or disturbance to the cables between the console and the RedOak control unit in the control cabinet.

Press and release Emergency Stop to clear the fault.

References:

Schematic: Lines 90, 102

"9039 Software Ready Fault"

You exited the CNCM control software without first pressing Emergency Stop.

Always press Emergency Stop prior to exiting the control software.

Press and release Emergency Stop to clear the fault.

"9041 Hydraulic Pump Motor Overload"

The hydraulic pump motor tripped its circuit protector (MMS3).

Check the MMS, in the middle of the right panel, for a trip indication. If the MMS is tripped or turned off, then the red lever will be in flat, and the black lever will be sticking out.

Check the hydraulic pump and reservoir for possible causes of overload.

Press the black ON lever in to reset the MMS. You may have to wait several minutes for the overload to cool before it can be reset.

Press and release emergency stop to clear the fault condition.

References:

PLC INP11: Trip indication from MMS3.  Green = 1 = On and okay, Red = 0 = Off or tripped
Schematic: Lines 25, 126

"9042 Coarse Feed Motor Overload"

The coarse feed motor for crossrail control tripped its circuit protector (MMS4).

Check the MMS, in the middle of the right panel, for a trip indication. If the MMS is tripped or turned off, then the red lever will be in flat, and the black lever will be sticking out.

Check the crossrail drive train for possible causes of overload.

Press the black ON lever in to reset the MMS. You may have to wait several minutes for the overload to cool before it can be reset.

Press and release emergency stop to clear the fault condition.

References:

PLC INP12: Trip indication from MMS4.  Green = 1 = On and okay, Red = 0 = Off or tripped
Schematic: Lines 27, 126

"9043 Fine Feed Motor Overload"

The fine feed motor for crossrail control tripped its circuit protector (MMS5).

Check the MMS, in the middle of the right panel, for a trip indication. If the MMS is tripped or turned off, then the red lever will be in flat, and the black lever will be sticking out.

Check the crossrail drive train for possible causes of overload.

Press the black ON lever in to reset the MMS. You may have to wait several minutes for the overload to cool before it can be reset.

Press and release emergency stop to clear the fault condition.

References:

PLC INP13: Trip indication from MMS5.  Green = 1 = On and okay, Red = 0 = Off or tripped
Schematic: Lines 29, 127

"9044 Coolant Pump Motor Overload"

The flood coolant pump motor tripped its circuit protector (MMS6).

Check the MMS, in the middle of the right panel, for a trip indication. If the MMS is tripped or turned off, then the red lever will be in flat, and the black lever will be sticking out.

Check the coolant pump and tank for possible causes of overload.

Press the black ON lever in to reset the MMS. You may have to wait several minutes for the overload to cool before it can be reset.

Press and release emergency stop to clear the fault condition.

References:

PLC INP11: Trip indication from MMS6.  Green = 1 = On and okay, Red = 0 = Off or tripped
Schematic: Lines 31, 127

"9045 Headstock Gear Lube Pump Overload"

The headstock lube pump motor tripped its circuit protector (MMS7).

Check the MMS, in the middle of the right panel, for a trip indication. If the MMS is tripped or turned off, then the red lever will be in flat, and the black lever will be sticking out.

Check the gear lube pump and headstock sump for possible causes of overload.

Press the black ON lever in to reset the MMS. You may have to wait several minutes for the overload to cool before it can be reset.

Press and release emergency stop to clear the fault condition.

References:

PLC INP15: Trip indication from MMS7.  Green = 1 = On and okay, Red = 0 = Off or tripped
Schematic: Lines 33, 128

"9046 Axis Way Lube Pump Motor Overload"

The axis way lube pump motor tripped its circuit protector (MMS8).

Check the MMS, in the middle of the right panel, for a trip indication. If the MMS is tripped or turned off, then the red lever will be in flat, and the black lever will be sticking out.

Check the lube pump and reservoir for possible causes of overload.

Press the black ON lever in to reset the MMS. You may have to wait several minutes for the overload to cool before it can be reset.

Press and release emergency stop to clear the fault condition.

References:

PLC INP16: Trip indication from MMS8.  Green = 1 = On and okay, Red = 0 = Off or tripped
Schematic: Lines 35, 128

"9047 Scavenger Pump Motor Overload"

"9048 Hydraulic Pressure Failure"

"9049 Hydraulic Oil Temperature High"


"9061 Mini PLC 1 Communication Fault"
"9062 Mini PLC 2 Communication Fault"
"9063 Mini PLC 3 Communication Fault"
"9064 Mini PLC 4 Communication Fault"

The control lost communication with one of the PLC I/O expansion boards.

Open the control cabinets and check the LED1 status LED on each of the PLCEXP1616 boards, at the top of the right panel.

In normal operation, each LED1 should show a repeating sequence of horizontal bars.

If LED1 is not lit, check the connections at both ends of the green CAT5 cable which connects PLC ports on the RedOak unit to the PLCADD1616 board.

If LED1 shows a flashing number, see the PLCEXP1616 hardware manual, in the Component Manuals folder on the control's hard drive.

References:

PLC W36: bitmap of detected PLC expansion boards.  15 = four boards detected
Machine Parameter 900: bitmap of expected PLC expansion boards.  15 = four boards expected
Schematic: Lines 104, 105, 130, 145

"9090 Control Cabinet Air Conditioner Failure"

The control cabinet air conditioner is not running.

This may be due to failure of the air conditioning unit, or due to circuit breaker CB7 having tripped.

This condition is also triggered when the control cabinet door is open, because door switch LS0 shuts off the air conditioner. In that case there is nothing wrong with the air conditioner, and this fault can be ignored.

References:

PLC INP80: Air-conditioner running feedback: Green = 1 = running, Red = 0 = not running
Schematic: Lines 58, 164

"8098 Error: Maintenance Mode Active"

You attempted to start an automatic program cycle, but Maintenance Mode (Aux12) is still active.

Press and hold the Aux12 key for one second to cancel Maintenance Mode.

"8205 CANNOT TURN SPINDLE WITH TOOL UNCLAMPED"

You attempted to start, run, or orient the spindle, but the spindle drawbar is still open.

Turn the tool-release button CCW to the Clamp position, and press the button to clamp the drawbar.

References:

PLC OUT53: Spindle drawbar unclamp solenoid: Green = On = unclamp
PLC INP67: Tool-clamped switch LS7: Green = 1 = tool clamped, Red = 0 = tool not clamped
PLC INP68: Tool-unclamped switch LS8: Green = 1 = tool unclamped, Red = 0 = tool not unclamped
PLC MEM27: Manual tool-unclamp request: Green = 1 = manual unclamp active, Red = 0 = manual unclamp not active
Schematic: Lines 158, 221

"8222 ATC NOT READY: ARM-UP INP"

During a program cycle, with no automatic tool change in progress, the tool changer arm was not in its fully-up position.

Use the ATC Control Pendant to move the arm back up.

References:

PLC OUT69: Changer arm up solenoid: Green = On = drive arm up
PLC INP46: Arm-up switch LS27: Green = 1 = arm up, Red = 0 = arm not up
PLC MEM99: Arm-down request: Green = 1 = drive arm down, Red = 0 = drive arm up
Schematic: Lines 138, 245

"8223 ATC NOT READY: ARM-DOWN INP"

During a program cycle, with no automatic tool change in progress, the tool changer arm was in its fully-down position.

Use the ATC Control Pendant to move the arm back up.

References:

PLC OUT69: Changer arm up solenoid: Green = On = drive arm up
PLC OUT70: Changer arm down solenoid: Green = On = drive arm down
PLC INP45: Arm-down switch LS26: Green = 1 = arm down, Red = 0 = arm not down
PLC MEM99: Arm-down request: Green = 1 = drive arm down, Red = 0 = drive arm up
Schematic: Lines 138, 245, 246

"8225 ATC NOT READY: ARM-MIDDLE INP"

During a program cycle, with no automatic tool change in progress, the tool changer arm carrier was not in the middle position.

Use the ATC Control Pendant to move the carrier back to center.

References:

PLC OUT71: Changer arm left solenoid: Green = On = drive arm left
PLC OUT72: Changer arm right solenoid: Green = On = drive arm right
PLC INP60: Arm-middle switch LS33: Green = 1 = arm in middle, Red = 0 = arm not in middle
Schematic: Lines 151, 247, 248

"8227 ATC NOT READY: ARM-RIGHT INP"

During a program cycle, with no automatic tool change in progress, the tool changer arm carrier was in the right-side position, under the spindle.

Use the ATC Control Pendant to move the carrier back to center.

References:

PLC OUT71: Changer arm left solenoid: Green = On = drive arm left
PLC OUT72: Changer arm right solenoid: Green = On = drive arm right
PLC INP48: Arm-right switch LS29: Green = 1 = arm to right, Red = 0 = arm not to right
PLC INP60: Arm-middle switch LS33: Green = 1 = arm in middle, Red = 0 = arm not in middle
Schematic: Lines 139, 151, 247, 248

"8229 ATC NOT READY: ARM CW/CCW BOTH OFF"

During a program cycle, with no automatic tool change in progress, the tool changer arm neither fully CW nor fully CCW, and therefore not aligned with the spindle and the magazine.

Use the ATC Control Pendant to rotate the arm to one stop or the other (it does not matter which).

References:

PLC OUT67: Changer arm CCW solenoid: Green = On = rotate arm CCW
PLC OUT68: Changer arm CW solenoid: Green = On = rotate arm CW
PLC INP43: Arm-CCW switch LS24: Green = 1 = arm fully CCW, Red = 0 = arm not fully CCW
PLC INP44: Arm-CW switch LS25: Green = 1 = arm fully CW, Red = 0 = arm not fully CW
Schematic: Lines 137, 243, 244

"8245 ATC CLAMP TIMEOUT"

During an automatic tool change, while attempting to clamp the new tool in the spindle, the spindle drawbar tool-clamped switch did not close within the expected time.

Check whether the tool is properly seated. If the drawbar fingers fail to fully engage the pull stud, then the drawbar may not close all the way.

Use the ATC Control Pendant to move the arm back to center, standing by to catch the tool if it fails to remain in the spindle. Then manually unclamp and reclamp the tool holder.

If the drawbar fails to open and close normally, then investigate possible issues with the hydraulic solenoid valves and cylinder.

If the drawbar opens and closes normally, but the tool-clamped switch does not close, check switch adjustment and function.

Also check the condition of incidental components. In order to proceed from the tool-clamping stage, not only must the tool-clamped switch close, but:

PLC word variable W8, and the AWDecode utility, will allow you to check whether any of those conditions caused the failure.

References:

PLC OUT53: Spindle drawbar unclamp solenoid: Green = On = unclamp
PLC INP43: Arm-CCW switch LS24: Green = 1 = arm fully CCW, Red = 0 = arm not fully CCW
PLC INP44: Arm-CW switch LS25: Green = 1 = arm fully CW, Red = 0 = arm not fully CW
PLC INP48: Arm-right switch LS29: Green = 1 = arm to right, Red = 0 = arm not to right
PLC INP67: Tool-clamped switch LS7: Green = 1 = tool clamped, Red = 0 = tool not clamped
PLC MEM34: Spindle orient completion flag: Green = 1 = oriented, Red = 0 = not oriented
PLC W8: Bitmap of tool change input and flag states.  Use AWDecode to interpret
Machine Parameter 731: allowed time for drawbar to clamp tool (milliseconds)
Schematic: Lines 137, 139, 158, 221

"8290 ATC ARM DOWN 2 TIMEOUT"

During an automatic tool change, while attempting to move the changer arm down to remove the old tool from the spindle, the changer arm failed to move down within the expected time.

If the arm failed to move down at all, it is possible that the drawbar failed to open and release the tool. Investigate possible issues with the hydraulic solenoid valves or cylinder.

Also check the condition of incidental components. In order to proceed from the arm-down stage, not only must the arm-down switch close, but:

PLC word variable W8, and the AWDecode utility, will allow you to check whether any of those conditions caused the failure.

References:

PLC OUT70: Changer arm down solenoid: Green = On = drive arm down
PLC INP43: Arm-CCW switch LS24: Green = 1 = arm fully CCW, Red = 0 = arm not fully CCW
PLC INP44: Arm-CW switch LS25: Green = 1 = arm fully CW, Red = 0 = arm not fully CW
PLC INP45: Arm-down switch LS26: Green = 1 = arm down, Red = 0 = arm not down
PLC INP48: Arm-right switch LS29: Green = 1 = arm to right, Red = 0 = arm not to right
PLC INP68: Tool-unclamped switch LS8: Green = 1 = tool unclamped, Red = 0 = tool not unclamped
PLC MEM34: Spindle orient completion flag: Green = 1 = oriented, Red = 0 = not oriented
PLC MEM99: Arm-down request: Green = 1 = drive arm down, Red = 0 = drive arm up
PLC W8: Bitmap of tool change input and flag states.  Use AWDecode to interpret
Machine Parameter 725: allowed time to move the arm down (milliseconds)
Schematic: Lines 137-139, 158, 246

"8292 ATC ARM UP 2 TIMEOUT"

During an automatic tool change, while attempting to move the changer arm up to insert the new tool into the spindle, the changer arm failed to move all the way up within the expected time.

If the arm moved up, but did not get the tool fully seated in the spindle, it is possible that the drawbar failed to remain open to accept the tool. Investigate possible issues with the hydraulic solenoid valves or cylinder.

Also check the condition of incidental components. In order to proceed from the arm-up stage, not only must the arm-up switch close, but:

PLC word variable W8, and the AWDecode utility, will allow you to check whether any of those conditions caused the failure.

References:

PLC OUT69: Changer arm up solenoid: Green = On = drive arm up
PLC INP43: Arm-CCW switch LS24: Green = 1 = arm fully CCW, Red = 0 = arm not fully CCW
PLC INP44: Arm-CW switch LS25: Green = 1 = arm fully CW, Red = 0 = arm not fully CW
PLC INP45: Arm-down switch LS26: Green = 1 = arm down, Red = 0 = arm not down
PLC INP48: Arm-right switch LS29: Green = 1 = arm to right, Red = 0 = arm not to right
PLC INP68: Tool-unclamped switch LS8: Green = 1 = tool unclamped, Red = 0 = tool not unclamped
PLC MEM34: Spindle orient completion flag: Green = 1 = oriented, Red = 0 = not oriented
PLC MEM99: Arm-down request: Green = 1 = drive arm down, Red = 0 = drive arm up
PLC W8: Bitmap of tool change input and flag states.  Use AWDecode to interpret
Machine Parameter 725: allowed time to move the arm down (milliseconds)
Schematic: Lines 137-139, 158, 245

"8294 ATC UNEXPECTED TOOL IN CAROUSEL"

During an automatic tool change, while preparing to return the old tool to the carousel, sensor PRX-1 indicated that there was already a tool holder in the carousel position that the old tool is supposed to go into.

Check whether the carousel is indeed stopped at the correct position.

Check whether there really is a misplaced tool holder in that position.

Use manual magazine and ATC controls to remove any unexpected too holder, and to either return the tool which was just removed from the spindle to its place in the carousel; or return that tool to the spindle, and put the newly-loaded tool back in its place in the carousel.

References:

PLC INP42: Tool sensor PRX-1: Green = 1 = tool detected in carousel, Red = 0 = no tool detected
PLC W17: Current carousel position reading (1-24)
Schematic: Line 136

"8432 Y axis moving while clamped!"
"8433 Z axis moving while clamped!"

The specified axis was moving while its clamp was still applied. This is usually a CNC programming error: the CNC program failed to release the clamp before repositioning the axis. See the Axis Clamps section for a list of M functions and a CNC programming example.

The tolerance for servo motor movement with the clamp applied is set by parameters.

References:

Machine Parameter 744: axis-clamped movement tolerance for Y axis, motor encoder counts
Machine Parameter 745: axis-clamped movement tolerance for Z axis, motor encoder counts

"5205 Turning Spindle with Tool Unclamped!"

The spindle motor is running, but a tool is not fully clamped.

References:

PLC INP53: Switch LS13 status: Green = 1 = Tool unclamped, Red = 0 = tool clamped
Schematic: Line 148

"5100 BAD MESSAGE VALUE"

The PLC program requested display of a message on the screen, but the provided message code was not valid.

This indicates an error in the PLC program. Report the message to your dealer, along with the value in PLC variable W16.

References:

PLC W16: stores the invalid message code

"510n Unconfigured Mini PLC nn Found"

The PLC hardware detected the presence of an I/O expansion board, but the setting of Machine Parameter 900 did not tell it to expect that board in the system.

On this machine, there should be four I/O expansion boards installed, and Machine Parameter 900 should be set to 15.0.

References:

PLC W36: bitmap of detected PLC expansion boards.  15 = four boards detected
Machine Parameter 900: bitmap of expected PLC expansion boards.  15 = four boards expected

"2021 Axis Faults Cleared"

A previous servo drive fault condition has been resolved, and cleared with Emergency Stop.

"2024 PLC Faults Cleared"

A previous PLC fault condition has been resolved, and cleared with Emergency Stop.

"2035 KEYBOARD JOGGING DISABLED"

You inadvertently pressed a keyboard combination that is used for keyboard jogging controls, but keyboard jogging features have been disabled on this machine.

"2099 Message Cleared"

A previous fault condition has been cleared with Emergency Stop.

Yaskawa Servo Drive Parameter Settings

Most servo drive parameters are set to factory defaults.

The following parameters are set to values other than factory defaults:

Parameter Value Meaning
Pn000 0010 Position control mode
Pn002 0100 Use absolute encoder as incremental
Pn170 1400 Disable tuning-less function
Pn200 0004 Position control by A/B phases, 4x multiple
Pn20E 16777216 Electronic gear ratio numerator
Pn210 32768 Electronic gear ratio denominator
Pn212 8192 Encoder output cycles/revolution
Pn50A 8101 Disable P-OT input
Pn50B 6548 Disable N-OT input
Pn50E 3200 Remove /COIN and /V-CMP from output SO1
Pn50F 0100 Put /BK (brake release) on output SO1

See the Yaskawa Sigma 7 series user manual for detailed information on these and other servo drive parameters.

Yaskawa Spindle Drive Parameter Settings

Most spindle drive parameters are set to factory defaults.

The following parameters are set to values other than factory defaults:

Parameter Value Meaning
A1-02 3 Control mode: flux vector
C1-01 3.0 s Acceleration time
C1-02 3.0 s Deceleration time
E1-01 208 VAC Input voltage
E1-04 170.7 Hz Maximum output frequency
E1-05 220 VAC Maximum output voltage
E1-06 50.0 Hz Motor base frequency
E2-01 62.2 A Motor FLA
E2-02 1.43 Hz Motor rated slip
E2-03 10.9 A Motor no-load current
E2-11 18.5 kW Motor rated power
F1-05 1 PG Rotation: B leads A in forward rotation
L1-01 3 Overload protection model: vector motor
L3-04 3 Stall prevention with dynamic braking resistor

See the Yaskawa AC Drive A1000 Technical Manual for detailed information on these and other servo drive parameters.

Axis and Drive Numbering

The order of the axis drives; order of the axis definitions in the control configuration menus; and order of the axis jogging controls can vary. Definitions for this machine are as follows:

AxisAxis #Drive #Drive-Okay BitJog KeysMPG Position
X11MEM16X1 (X)
Y22MEM17Y2 (Y)
Z33MEM18Z3 (Z)

Wiring Schematics

Schematic Page 1 - Power and drives, AC motors, logic supplies, air conditioner & fans
Schematic Page 2 - Safety relay, operator station, RedOak board and PLC inputs
Schematic Page 3 - PLC inputs and outputs
Schematic Page 4 - PLC outputs


25-Nov-2023 MBL